{
    "error": {
        "no_space": "Another vehicle has occupied the space.",
        "no_access": "You don't have access to this garage",
        "no_vehicles": "You currently have no vehicles at this location...",
        "not_impound": "Your vehicle is not in impound",
        "not_owned": "This vehicle can't be stored",
        "not_correct_type": "You can't store this type of vehicle here",
        "not_enough": "Not enough money",
        "vehicle_occupied": "You can't store this vehicle as it is not empty",
        "in_vehicle": "You're already in a vehicle...",
        "spawn_in_progress": "Please wait for your vehicle to be delivered..."
    },
    "success": {
        "vehicle_parked": "Vehicle Stored"
    },
    "menu": {
        "information": "Information",
        "description": "Name: %s\nPlate: %s\nImpound Fee: $%s",
        "body": "Body",
        "engine": "Engine",
        "fuel": "Fuel",
        "take_out": "Take Out",
        "veh_impounded": "Your vehicle has been impounded by the police"
    },
    "info": {
        "car_e": "E - Open Garage",
        "park_e": "E - Store Vehicle",
        "impound_e": "E - Open Impound"
    }
}
